home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / TOPS SoftTalk Package / MiniMacApp Headers / OSChecks.h < prev   
Encoding:
C/C++ Source or Header  |  1989-08-16  |  552 b   |  21 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  OSChecks.h
  3.  
  4.         Declarations for Operating System Checks Module
  5.         
  6.         Copyright © 1989 Symantec Corporation. All rights reserved.
  7.         
  8.  ******************************************************************************/
  9.  
  10. #define _H_OSChecks
  11.  
  12. #include <MacTypes.h>
  13. #include <OSUtil.h>
  14.  
  15.  
  16.         /** Exported Functions **/
  17.  
  18.      Boolean        TrapAvailable(short trapNum, short tType);
  19.      Boolean        WNEIsImplemented(void);
  20.      Boolean        TempMemCallsAvailable(void);
  21.      Boolean        ColorQDIsPresent(void);